Einhugur Xml Plugin for Xojo

Node.AppendChild Method

Appends a child node of given type to the node, returning the newly created node.

AppendChild(
   type as EinhugurXml.NodeType) as EinhugurXml.Node

Parameters

type
Type of the node to append.

Returns

EinhugurXml.Node

Remarks

See Also

Node Class